Return created_at

Brightcells лет %!s(int64=7): %!d(string=назад)
Родитель
Сommit
b2c1f2b217
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      integral/models.py

+ 1 - 0
integral/models.py

@@ -53,6 +53,7 @@ class SaleclerkIntegralIncomeExpensesInfo(BaseModelMixin):
53 53
             'integral': self.integral,
54 54
             'modelName': self.model_name,
55 55
             'serialNo': self.code,
56
+            'created_at': self.created_at,
56 57
         }
57 58
 
58 59